refactor: AI 참조 제거, 문서 최신화, 웹 UI 마무리 + PWA#13
Merged
Conversation
- recharts 미사용 의존성 제거 - api/stats, api/keywords: 미사용 NextRequest import 제거 - api/dashboard: NextResponse.json → successResponse/Errors 헬퍼 통일 - auth/callback: console.log 12개 → dev 환경 가드 2개로 정리 Co-Authored-By: Claude <noreply@anthropic.com>
- .env.example: OPENAI_API_KEY 항목 삭제 - README.md: AI/pgvector 텍스트 제거, 기술 스택 현행화 (Next.js 16, React 19, Tailwind v4) - .gitignore: scripts/ 디렉토리 추가 Co-Authored-By: Claude <noreply@anthropic.com>
- CLAUDE.md: AI 참조 제거, 절대경로→상대경로, 문서명 컨벤션 반영 - ARCHITECTURE.md: AI 파이프라인 제거, ER 다이어그램 전체 테이블 반영, 의존성 버전 추가 - TECH-DECISIONS: AI ADR 삭제, Next.js 16 반영 - DEVELOPMENT: OpenAI/pgvector 참조 제거 - CHECKLIST: Phase 2(pgvector)/5(AI) 삭제, Phase 6 현행화 - schema-summary: BoardCategory 값 수정, curation 컬럼 추가 - docs/ 파일명 yy-mm-dd 컨벤션 적용 (ARCHITECTURE.md 제외) - docs/plans/ 파일명 2026- → 26- 변환 - 보안: plans 내 로컬 절대경로 → 상대경로 변환 Co-Authored-By: Claude <noreply@anthropic.com>
- window.confirm/alert → AlertDialog + 인라인 토스트로 교체 (컨벤션 준수) - 랜딩 페이지 AI 요약 & 추천 → 활동 점수 & 랭킹으로 변경 - hero 서브텍스트에서 AI 참조 제거 - 저작권 연도 2025 → 2026 수정 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- manifest.json, 앱 아이콘(SVG/192/512) 추가 - layout.tsx에 PWA 메타 태그 (apple-web-app, theme-color) - Service Worker 없는 가벼운 PWA (홈 화면 추가 전용) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
window.confirm/alert→ AlertDialog + 인라인 토스트로 교체Test plan
pnpm typecheck통과pnpm build통과🤖 Generated with Claude Code